Skip to main content

All Questions

Tagged with
0votes
0answers
27views

I cannot access the access token in SessionManager on Spotift IOS SDK

Even though everything is perfect and set up correctly, the accessToken is not returning. I'm running my project in xCode on WmWare I'm testing it on a real device, I'm connected to the PC via cable....
Metehan's user avatar
0votes
0answers
60views

iOS Keychain data for SDKs

We have a SDK in which we use keychain to store some data. The customers who integrate our SDK in their app are able to delete our data by using SecItemDelete on kSecClass. Is their any way we can ...
Saad Saqib's user avatar
0votes
0answers
128views

Why does iOS 11 SDK written in objc unable to build on iOS14 swift project , but iOS13 does?

I was trying to change the minimum deployment from iOS 13 to iOS 14 of my app, however Xcode throws these error: ld: unaligned pointer(s) for architecture arm64 clang: error: linker command failed ...
Avicii4ever's user avatar
1vote
0answers
77views

pod lib lint error for objective C library

I am developing new version for Mapp Intelligence library (https://github.com/mapp-digital/MappIntelligence-iOS-v5) and I had to rename few classes at the latest version to avoid collision with some ...
Dragisa Dragisic's user avatar
2votes
0answers
84views

How to create framework file from existing sdk codes by xcode

I am completely new to ios , mac and xcode. Basically I am a xamarin developer which is based on .net,at the moment our client have a requirement to use an existing sdk in their xamarin ios project. ...
uncle_scrooge's user avatar
0votes
0answers
116views

Objective C SDK in Swift

I consider myself to be a beginner with coding but have slowly been developing an app with Xcode (in swift) and have been trying for the past week to implement survey monkeys SDK, however, the only ...
imjonu's user avatar
1vote
0answers
4kviews

No visible @interface for 'AppDelegate' declares

I am using react native and iOS hybrid development environment and I initialized a few Umeng sdk in my didFinishLaunchingWithOptions method, which is using launchOptions as a parameter. Below is what ...
C.Lu's user avatar
1vote
1answer
1kviews

AppsFlyer SDK iOS integration error Code=3840 "No value."

I've integrated the AppsFlyer SDK but continuously getting the following error: It calls the following delegate func -(void)onConversionDataFail:(NSError *) error { NSLog(@"%@",error); } ...
Alex's user avatar
  • 505
1vote
0answers
273views

Not loading images from one framework when having two frameworks containing same images as resources in iOS

This is something I stumbled across and it is really a mystery to me for some time now. I have two frameworks; let's call them FrameworkA and FrameworkB. I have built them, and created two formats for ...
Flipper's user avatar
  • 1,107
0votes
0answers
241views

How to check if an app is using swift - IOS objc

I have an SDK that is written completely in ObjC. Is there a way to know if the SDK (that integrated into their app) is running on an app that uses Swift?
maoz elbaz's user avatar
0votes
0answers
465views

Building a iOS SDK best practices / best architecture from scratch? Using existing project to import features to wrap into a SDK

I am currently looking to create an iOS SDK with an existing project. For context, the project is written in Objective C and I'm looking to port some features into an SDK. I'm currently going through ...
user2975273's user avatar
-1votes
2answers
327views

How to listen to the remote controller sticks values updates using DJI SDK?

I need help in triggering an action when a change in the sticks of the remote controller of the drone is held. Actually, I want to stop the timeline mission of the drone automatically when a user ...
Mohamad Ghaith Alzin's user avatar
0votes
0answers
103views

Cordova plugin objective C, FMDatabase tableExists argument runs with error

I have an objective C SDK for push notifications and I am trying to build a framework of that sdk which can be added to a cordova app as a plug in. At some point the sdk creates a database and ...
billysk's user avatar
6votes
1answer
2kviews

Facebook SDK Error on Installing Cocoapods Objective-C

After installing Facebook SDK via Cocoapods in my Objective-C app, hundreds of errors were appearing. Things like this: Undefined symbol: protocol descriptor for Foundation._ErrorCodeProtocol ...
Jhonsore's user avatar
2votes
2answers
751views

Cannot convert value of type '(Void) -> ()' to expected argument type '() -> Void'

I am trying to implement the TradeIt ios SDK and I am not able to compile due to issues in the sdk. let promises = self.getAllDisplayableLinkedBrokers().map { linkedBroker in return ...
govindat415's user avatar

153050per page
close